From f375b275c8c77839446748b4fe9e1e52dbb241e7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 Jan 2016 10:10:39 -0500 Subject: [PATCH] Run reftests with HighContrastInverse too For installed tests, we run the reftests with all the builtin themes (minus platform-specific ones). Add HighContrastInverse to that list. --- testsuite/reftests/Makefile.am | 5 ++++- testsuite/reftests/reftests-hci.test.in | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 testsuite/reftests/reftests-hci.test.in diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am index d98e67aaab..7b78008365 100644 --- a/testsuite/reftests/Makefile.am +++ b/testsuite/reftests/Makefile.am @@ -453,6 +453,7 @@ EXTRA_DIST += \ $(testdata) \ reftests-dark.test.in \ reftests-hc.test.in \ + reftests-hci.test.in \ reftests.test.in \ $(NULL) @@ -478,7 +479,9 @@ substitutions = \ built_tests = \ reftests.test \ reftests-dark.test \ - reftests-hc.test + reftests-hc.test \ + reftests-hci.test \ + $(NULL) DISTCLEANFILES = $(built_tests) diff --git a/testsuite/reftests/reftests-hci.test.in b/testsuite/reftests/reftests-hci.test.in new file mode 100644 index 0000000000..a6466c8b1d --- /dev/null +++ b/testsuite/reftests/reftests-hci.test.in @@ -0,0 +1,3 @@ +[Test] +Exec=/bin/sh -c "env GTK_THEME=HighContrastInverse G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/gtk-reftest -k --verbose --output $(pwd) --directory @libexecdir@/installed-tests/gtk+/reftests" +Type=session-exclusive -- 2.30.2